home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / bestesc / go.bat < prev    next >
DOS Batch File  |  1995-06-13  |  172b  |  8 lines

  1. echo off
  2. cls
  3. if exist readme.txt type readme.txt
  4. if exist readme.txt goto end
  5. echo Can't find README.TXT!
  6. echo Make sure you are logged into the correct drive.
  7. :end
  8.